More undeclared function fixes and add -Wimplicit-function-declaration.
authorJan D <jan.h.d@swipnet.se>
Fri, 6 Aug 2010 11:28:59 +0000 (13:28 +0200)
committerJan D <jan.h.d@swipnet.se>
Fri, 6 Aug 2010 11:28:59 +0000 (13:28 +0200)
commite22d513f88102d2a3f8d4733467ef11fcadef447
tree2dfb9359932f30a04b1be2b229a373de545ad1e4
parentc5990f797e566e86e351c14651aa9297487d6af1
More undeclared function fixes and add -Wimplicit-function-declaration.

If a function returns Lisp_Object it must be declared, otherwise on a 64-bit
system, it will return just 32 bits (int).

* configure.in: Use -Wimplicit-function-declaration if compiler supports it.

* src/keyboard.h (poll_for_input_1): Unconditionally declare.

* src/xterm.h (x_get_focus_frame): Declare.
ChangeLog
configure
configure.in
src/ChangeLog
src/keyboard.h
src/xterm.h